<body>
  <table border="1">
    <tr><td>wartość atrybutu border</td><td>1</td></tr>
  </table>
  <table border="3">
    <tr><td>wartość atrybutu border</td><td>2</td></tr>
  </table>
  <table border="5">
    <tr><td>wartość atrybutu border</td><td>3</td></tr>
  </table>
  <table border="7">
    <tr><td>wartość atrybutu border</td><td>4</td></tr>
  </table>
  <table border="9">
    <tr><td>wartość atrybutu border</td><td>5</td></tr>
  </table>
</body>
